home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / utilities / u323.dms / in.adf / FBM / fbm-0.9.zoo / abort.c next >
Encoding:
Text File  |  1990-01-25  |  96 b   |  9 lines

  1. /* abort.c
  2.  * dummy replacement for the UNIX abort() library routine
  3.  */
  4.  
  5. abort()
  6. {
  7.     exit(5);
  8. }
  9.